home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / CATALOG.CST / 00458_b_peri.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  251 b   |  24 lines

  1.  
  2. on mouseLeave me
  3.   cursor -1
  4.   set the ink of sprite the currentSpriteNum to 36
  5.  
  6. end
  7.  
  8. on mouseEnter me
  9.   set the ink of sprite the currentSpriteNum to 4
  10.   cursor 280
  11.  
  12. end
  13.  
  14. on mouseDown me
  15.   beep
  16.  
  17. end
  18.  
  19. on mouseUp me
  20.   go to "p_peri"
  21.   cursor -1
  22.  
  23. end
  24.